Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2 #1

Merged
merged 34 commits into from
Aug 26, 2024
Merged

M2 #1

merged 34 commits into from
Aug 26, 2024

Conversation

0xPxt
Copy link
Collaborator

@0xPxt 0xPxt commented Aug 21, 2024

Parser working, fuzzer not showing errors.
Opened PR anyway to speed up the process.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

app/src/items.c Fixed Show fixed Hide fixed
app/src/items.c Fixed Show fixed Hide fixed
app/src/items_format.c Fixed Show fixed Hide fixed
break;
}
if (js[parser->pos] < 32 || js[parser->pos] >= 127) {
parser->pos = start;

Check notice

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.
}
token = jsmn_alloc_token(parser, tokens, num_tokens);
if (token == NULL) {
parser->pos = start;

Check notice

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.
app/src/json/json_parser.c Fixed Show fixed Hide fixed
app/src/json/json_parser.c Fixed Show fixed Hide fixed
app/src/json/json_parser.c Fixed Show fixed Hide fixed
app/src/parser.c Fixed Show fixed Hide fixed
app/src/parser_impl.c Fixed Show fixed Hide fixed
app/src/parser_impl.c Fixed Show fixed Hide fixed
app/src/items.c Outdated Show resolved Hide resolved
app/src/items_defs.h Outdated Show resolved Hide resolved
app/src/json/json_parser.c Outdated Show resolved Hide resolved
@0xPxt 0xPxt merged commit 86514e5 into main Aug 26, 2024
52 checks passed
@abenso abenso deleted the dev_M2 branch August 26, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants